home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d12
/
cbibcode.arc
/
CLRSCR.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-08-05
|
227 b
|
15 lines
/* p875.c --- bible */
#include <conio.h>
main()
{
window(20, 10, 60, 20);
getch();
textbackground(RED);
getch();
clrscr();
getch();
textcolor(YELLOW);
gotoxy(10, 2);
cputs("Welcome to Turbo C");
getch();
}